home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 48
/
PC Gamer IT CD 48 2-2.iso
/
utility
/
nmail28u
/
_SETUP.1
/
NETMAIL.EXE
/
0
/
RCDATA
/
TSENDMAILFORM
/
TSENDMAILFORM.txt
Wrap
Text File
|
1999-09-10
|
4KB
|
167 lines
object SendMailForm: TSendMailForm
Left = 231
Top = 220
BorderStyle = bsDialog
Caption = 'Sending Message'
ClientHeight = 102
ClientWidth = 520
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Status: TLabel
Left = 17
Top = 12
Width = 17
Height = 13
Caption = '....'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object StatusBk: TPanel
Left = 14
Top = 43
Width = 497
Height = 24
BevelOuter = bvNone
BorderStyle = bsSingle
Color = clWhite
TabOrder = 0
object StatusBar: TPanel
Left = 0
Top = 0
Width = 0
Height = 25
BevelOuter = bvNone
Color = clBlue
TabOrder = 0
end
end
object Stop: TButton
Left = 432
Top = 76
Width = 79
Height = 23
Caption = 'Stop'
ModalResult = 2
TabOrder = 1
end
object SendMail1: SendMail
SMTP_Port = 25
Action = None
OnMailInfo = SendMail1MailInfo
OnMailError = SendMail1MailError
KeepConnectionOpen = True
WinsockStarted = False
Version = 'SendMail 1.3.9'
TimeoutConnect = 30
TimeoutArp = 20
OnDone = SendMail1Done
Left = 28
Top = 53
end
object QSendQueued: TQuery
DatabaseName = 'VistaMail'
Left = 342
Top = 54
end
object QMakeMessage: TQuery
DatabaseName = 'VistaMail'
Left = 202
Top = 54
end
object QMakeAdress: TQuery
CachedUpdates = True
DatabaseName = 'VistaMail'
SQL.Strings = (
'select * from adress5,dbadrmes'
'where adress5.PosA = dbadrmes.PosA ')
Left = 272
Top = 56
object QMakeAdressLastName: TStringField
FieldName = 'LastName'
Origin = '"adress5.DB".LastName'
Size = 40
end
object QMakeAdressFirstName: TStringField
FieldName = 'FirstName'
Origin = '"adress5.DB".FirstName'
Size = 40
end
object QMakeAdressCompany: TStringField
FieldName = 'Company'
Origin = '"adress5.DB".Company'
Size = 50
end
object QMakeAdressTypeAdress: TSmallintField
FieldName = 'TypeAdress'
Origin = '"adress5.DB".TypeAdress'
end
object QMakeAdressLN: TStringField
FieldName = 'LN'
Origin = '"adress5.DB".LN'
Size = 1
end
object QMakeAdressHomeEMail: TStringField
FieldName = 'HomeEMail'
Origin = '"adress5.DB".HomeEMail'
Size = 50
end
object QMakeAdressPosA: TIntegerField
FieldName = 'PosA'
Origin = '"adress5.DB".PosA'
end
object QMakeAdressFN: TStringField
FieldName = 'FN'
Origin = '"adress5.DB".FN'
Size = 1
end
object QMakeAdressFComp: TStringField
FieldName = 'FComp'
Origin = '"adress5.DB".FComp'
Size = 1
end
object QMakeAdressVybor: TBooleanField
FieldName = 'Vybor'
Origin = '"adress5.DB".Vybor'
end
object QMakeAdressDescription: TStringField
FieldName = 'Description'
Origin = '"adress5.DB".Description'
Size = 60
end
object QMakeAdressURL: TStringField
FieldName = 'URL'
Origin = '"adress5.DB".URL'
Size = 255
end
object QMakeAdressBlockAdress: TBooleanField
FieldName = 'BlockAdress'
Origin = '"adress5.DB".BlockAdress'
end
object QMakeAdressStopList: TBooleanField
FieldName = 'StopList'
Origin = '"adress5.DB".StopList'
end
end
object QdbMess: TQuery
DatabaseName = 'VistaMail'
SQL.Strings = (
'Update dbMess set'
'InOutTrash=:a0 where PosM=:a1')
Params.Data = {010002000261300003040000000000000002613100030400000000000000}
Left = 142
Top = 56
end
end